home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Explosion 2
/
Software Explosion 2 - Virtual Computer Pets (1997).iso
/
dpaint_data
/
tools
/
getsprite
/
getsprite.doc
< prev
next >
Wrap
Text File
|
1988-10-02
|
581b
|
13 lines
This is a little utility I put together to convert DPaint brushes to C data,
which I needed for another project. It works in the same way as brush-to-
image converters: give it the filename of a DPaint brush and out comes the
same file (with .c on the end) containing the brush's palette and data,
organised in sprite format. Note that the sprite data "frame" words are
included.
If the brush is too wide (16 max) or deep (2 planes max) an error message
is given.
M.Warner, Dec. 1987